Scheduler for WPF
Sort(Int32,Int32,IComparer<Appointment>) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentList クラス > Sort メソッド : Sort(Int32,Int32,IComparer<Appointment>) メソッド
The zero-based starting index of the range to sort.
The length of the range to sort.
The IComparer{Appointment} implementation to use when comparing elements, or a null reference (Nothing in Visual Basic) to use the default comparer.
Sorts the elements in a range of elements in AppointmentList using the specified comparer.
シンタックス
'宣言
 
Public Overloads Sub Sort( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer, _
   ByVal comparer As System.Collections.Generic.IComparer(Of Appointment) _
) 
public void Sort( 
   System.int index,
   System.int count,
   System.Collections.Generic.IComparer<Appointment> comparer
)

パラメータ

index
The zero-based starting index of the range to sort.
count
The length of the range to sort.
comparer
The IComparer{Appointment} implementation to use when comparing elements, or a null reference (Nothing in Visual Basic) to use the default comparer.
参照

AppointmentList クラス
AppointmentList メンバ
オーバーロード一覧